home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * XCMD.h
- *
- *
- */
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EXEC_PORTS_H
- #include <exec/ports.h>
- #endif
- #ifndef DOS_DOS_H
- #include <dos/dos.h>
- #endif
-
- struct XCMD
- {
- struct Message xcmd_Message;
- long xcmd_TermCmd;
- struct Screen *xcmd_TermScreen;
- BPTR xcmd_TermDir;
- char *xcmd_Command;
- void *xcmd_Args[16];
- BOOL xcmd_TermError;
- };
-
- #define XCMD_START 1
- #define XCMD_STOP 2
-